Q3FillStyle_Set
You can use theQ3FillStyle_Set
function to set the fill style value of a fill style.
TQ3Status Q3FillStyle_Set ( TQ3StyleObject styleObject, TQ3FillStyle fillStyle);
styleObject
- A fill style object.
fillStyle
- A fill style value.
DESCRIPTION
TheQ3FillStyle_Set
function sets the fill style value of the style object specified by thestyleObject
parameter to the value specified in thefillStyle
parameter.